Skip to main content
Version: 3.x.x

QueryParamsType


import { QueryParamsType } from "@hyper-fetch/core"

Description

Defined in adapter/adapter.types.ts:111

Preview

type QueryParamsType = Record<string, QueryParamType>;

Structure

Record<string, QueryParamType>